multithreaded - определение. Что такое multithreaded
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое multithreaded - определение

TECHNIQUE FOR IMPROVING THE OVERALL EFFICIENCY OF SUPERSCALAR CPUS WITH HARDWARE MULTITHREADING
Chip-level multithreading; Multithreaded CPU; Simultaneous multi-threading; Simultaneous Multithreading
Найдено результатов: 8
multithreaded         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)
multithreading         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)
<parallel> Sharing a single CPU between multiple tasks (or "threads") in a way designed to minimise the time required to switch threads. This is accomplished by sharing as much as possible of the program execution environment between the different threads so that very little state needs to be saved and restored when changing thread. Multithreading differs from multitasking in that threads share more of their environment with each other than do tasks under multitasking. Threads may be distinguished only by the value of their program counters and stack pointers while sharing a single address space and set of {global variables}. There is thus very little protection of one thread from another, in contrast to multitasking. Multithreading can thus be used for very fine-grain multitasking, at the level of a few instructions, and so can hide latency by keeping the processor busy after one thread issues a long-latency instruction on which subsequent instructions in that thread depend. A light-weight process is somewhere between a thread and a full process. TL0 is an example of a threaded machine language. Dataflow computation (E.g. Id and SISAL) is an extreme form of multithreading. (1997-12-23)
multithreading         
WIKIMEDIA DISAMBIGUATION PAGE
Multi-threading; Multithread; Multithreaded; Multithreading (disambiguation)
¦ noun Computing a technique by which a single set of code can be used by several processors at different stages of execution.
Derivatives
multithreaded adjective
Simultaneous multithreading         
Simultaneous multithreading (SMT) is a technique for improving the overall efficiency of superscalar CPUs with hardware multithreading. SMT permits multiple independent threads of execution to better use the resources provided by modern processor architectures.
Yield (multithreading)         
BASIC OPERATION IN CONCURRENT COMPUTING
Yield method
In computer science, yield is an action that occurs in a computer program during multithreading, of forcing a processor to relinquish control of the current running thread, and sending it to the end of the running queue, of the same scheduling priority.
Temporal multithreading         
Super-threading; Superthreading
Temporal multithreading is one of the two main forms of multithreading that can be implemented on computer processor hardware, the other being simultaneous multithreading. The distinguishing difference between the two forms is the maximum number of concurrent threads that can execute in any given pipeline stage in a given cycle.
pm2         
SOFTWARE FOR PARALLEL NETWORKING OF COMPUTERS
Pm2
<language, compiler> A software emulator for parallel random access machine (PRAM) and a parallel Modula-2 compiler for the emulator. pm2 programming language is Modula-2/Pascal mixture having extensions for parallel execution in a PRAM. Parallelism is expressed by pardo-loop-structure. Additional features include private/shared variables, two synchronisation strategies, load balancing and parallel dynamic memory allocation. ftp://cs.joensuu.fi/pub/Software/pram/. E-mail: Simo Juvaste <sjuva@cs.joensuu.fi>. (1997-06-04)
Thread (computing)         
  • 400x400px
SMALLEST SEQUENCE OF PROGRAMMED INSTRUCTIONS THAT CAN BE MANAGED INDEPENDENTLY BY A SCHEDULER
Thread (computer programming); Threads (computer science); Thread (software engineering); Thread management; Thread of execution; Kernel thread; Thread(OS); Thread(computing); Thread(computer science); User thread; Thread join; Single thread; Single-thread; Single threading; Single threads; Single-threads; Single threaded; Single-threaded; Single-threading; Thread (computer science); Multithreading (software); Program thread; Multithreaded programming; Execution abstraction; CPU allocation; Execution thread; Current running thread; Thread (Computing); Software thread; Multi-threaded programming
In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. The implementation of threads and processes differs between operating systems, but in most cases a thread is a component of a process.

Википедия

Simultaneous multithreading

Simultaneous multithreading (SMT) is a technique for improving the overall efficiency of superscalar CPUs with hardware multithreading. SMT permits multiple independent threads of execution to better use the resources provided by modern processor architectures.